﻿2026-06-15T09:43:15.9935391Z ##[group]Run actions/checkout@v5
2026-06-15T09:43:15.9936155Z with:
2026-06-15T09:43:15.9936501Z   repository: SaberMage/spt-core
2026-06-15T09:43:15.9939556Z   token: ***
2026-06-15T09:43:15.9939879Z   ssh-strict: true
2026-06-15T09:43:15.9940195Z   ssh-user: git
2026-06-15T09:43:15.9940515Z   persist-credentials: true
2026-06-15T09:43:15.9940926Z   clean: true
2026-06-15T09:43:15.9941315Z   sparse-checkout-cone-mode: true
2026-06-15T09:43:15.9941689Z   fetch-depth: 1
2026-06-15T09:43:15.9942032Z   fetch-tags: false
2026-06-15T09:43:15.9942436Z   show-progress: true
2026-06-15T09:43:15.9942857Z   lfs: false
2026-06-15T09:43:15.9943205Z   submodules: false
2026-06-15T09:43:15.9943524Z   set-safe-directory: true
2026-06-15T09:43:15.9944075Z ##[endgroup]
2026-06-15T09:43:16.1780912Z Syncing repository: SaberMage/spt-core
2026-06-15T09:43:16.1782342Z ##[group]Getting Git version info
2026-06-15T09:43:16.1782966Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-15T09:43:16.2028680Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-15T09:43:16.2243847Z git version 2.43.0.windows.1
2026-06-15T09:43:16.2271265Z ##[endgroup]
2026-06-15T09:43:16.2279277Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\34b10765-7902-4501-964c-0d9767c54e76\.gitconfig'
2026-06-15T09:43:16.2292917Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\34b10765-7902-4501-964c-0d9767c54e76' before making global git config changes
2026-06-15T09:43:16.2293970Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T09:43:16.2297973Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-15T09:43:16.2561996Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-15T09:43:16.2760593Z https://github.com/SaberMage/spt-core
2026-06-15T09:43:16.2788979Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T09:43:16.2793037Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T09:43:16.2996079Z HEAD
2026-06-15T09:43:16.3234913Z ##[endgroup]
2026-06-15T09:43:16.3237901Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-15T09:43:16.6794912Z ##[group]Cleaning the repository
2026-06-15T09:43:16.6802906Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-15T09:43:17.8505468Z Removing target/
2026-06-15T09:43:17.8539892Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-15T09:43:17.9234527Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:43:17.9262719Z ##[endgroup]
2026-06-15T09:43:17.9266806Z ##[group]Disabling automatic garbage collection
2026-06-15T09:43:17.9272376Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-15T09:43:17.9524452Z ##[endgroup]
2026-06-15T09:43:17.9531745Z ##[group]Setting up auth
2026-06-15T09:43:17.9532297Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-15T09:43:17.9748683Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-15T09:43:18.3234468Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T09:43:18.3476494Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-15T09:43:18.7127542Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T09:43:18.7339004Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-15T09:43:19.0738355Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-15T09:43:19.1025854Z ##[endgroup]
2026-06-15T09:43:19.1026300Z ##[group]Fetching the repository
2026-06-15T09:43:19.1032151Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +28bcae20f2959630b95a28ea423a733ae74c6831:refs/remotes/pull/12/merge
2026-06-15T09:43:19.8542728Z ##[endgroup]
2026-06-15T09:43:19.8543224Z ##[group]Determining the checkout info
2026-06-15T09:43:19.8543777Z ##[endgroup]
2026-06-15T09:43:19.8548658Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-15T09:43:19.8821233Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-15T09:43:19.9033034Z ##[group]Checking out the ref
2026-06-15T09:43:19.9038157Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/12/merge
2026-06-15T09:43:19.9380195Z HEAD is now at 28bcae2 Merge ac6c8026d1ecd17e5dc3525c6ce483550ae5da96 into e08cea0dd604d378c77233876ff9f9d895d6ff7e
2026-06-15T09:43:19.9410308Z ##[endgroup]
2026-06-15T09:43:19.9669840Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-15T09:43:19.9883563Z 28bcae20f2959630b95a28ea423a733ae74c6831
